PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractVisualObjects Method / extractVisualObjects(boolean,boolean,PDFContentExtractionContext) Method
True if image data should be extracted and decoded.
True if the list of Objects should preserve the graphic containers such as form XObjects.
Context for content extraction
In This Topic
    extractVisualObjects(boolean,boolean,PDFContentExtractionContext) Method
    In This Topic
    Extracts the page content as a list of visual Objects.
    Syntax

    Parameters

    includeImageData
    True if image data should be extracted and decoded.
    keepGraphicContainers
    True if the list of Objects should preserve the graphic containers such as form XObjects.
    context
    Context for content extraction

    Return Value

    The list of visual Objects that are displayed on the page.
    Exceptions
    ExceptionDescription
    When context is null
    See Also